home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 081 / xstatus.arc / LASTCALL.BAT < prev    next >
DOS Batch File  |  1987-11-16  |  637b  |  25 lines

  1. rem.
  2. rem LastCall.Bat - Update "Last Callers" display w/ XStatus
  3. rem.
  4. rem This should be a part of your "loop" that you execute when
  5. rem running your Opus in a batch file. Make sure that you exit
  6. rem each time a caller hangs up.
  7. rem.
  8.  
  9. Xs Xs.Ctl -U
  10.  
  11. rem.
  12. rem Now we copy the file to the appropriate directory
  13. rem.
  14.  
  15. Copy LastCall.Tmp C:\Opus\Misc\LastCall.Bbs
  16.  
  17. rem.
  18. rem And then in our Welcome.Bbs/Welcome.Gbs file we have a short
  19. rem line with ^O^Sc:\opus\misc\lastcall
  20. rem.
  21. rem This will show the file LastCall(.Bbs) and then load the bulletin
  22. rem (after the PRESS ENTER ... has come up) automatically ...
  23. rem.
  24.  
  25.